crypto/internal/fips140/aes/gcm.CMAC.k2 (field)

7 uses

	crypto/internal/fips140/aes/gcm (current package)
		cmac.go#L21: 	k2 [aes.BlockSize]byte
		cmac.go#L35: 	c.k2 = c.k1
		cmac.go#L36: 	msb = shiftLeft(&c.k2)
		cmac.go#L37: 	c.k2[len(c.k2)-1] ^= msb * 0b10000111
		cmac.go#L46: 		x = c.k2
		cmac.go#L63: 		subtle.XORBytes(x[:], c.k2[:], x[:])